runtime.bmap.setoverflow (method)

4 uses

	runtime (current package)
		map.go#L205: func (b *bmap) setoverflow(t *maptype, ovf *bmap) {
		map.go#L252: 			ovf.setoverflow(t, nil)
		map.go#L263: 	b.setoverflow(t, ovf)
		map.go#L399: 		last.setoverflow(t, (*bmap)(buckets))